home *** CD-ROM | disk | FTP | other *** search
- %%BeginProcSet: Adobe_customcolor 0 0
- % Custom Color Operators
- % Version 1.0 5/9/1988
- % Copyright (C) 1987, 1988
- % Adobe Systems Incorporated
- % All Rights Reserved
- currentpacking true setpacking
- userdict /Adobe_customcolor 5 dict dup begin put
- /initialize % - initialize -
- {
- /setcustomcolor where
- {
- pop
- }
- {
- Adobe_customcolor begin
- Adobe_customcolor
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- end
- Adobe_customcolor begin
- } ifelse
- } def
- /terminate % - terminate -
- {
- currentdict Adobe_customcolor eq
- {
- end
- } if
- } def
- /findcmykcustomcolor % cyan magenta yellow black name findcmykcustomcolor object
- {
- 5 packedarray
- } def
- /setcustomcolor % object tint setcustomcolor -
- {
- exch
- aload pop pop
- 4
- {
- 4 index mul 4 1 roll
- } repeat
- 5 -1 roll pop
- setcmykcolor
- } def
- /setoverprint % boolean setoverprint -
- {
- pop
- } def
- currentdict readonly pop end
- setpacking
- %%EndProcSet
-